ServiceDeleteItem Method (ItemId, AffectedTaskOccurrences) |
Deletes the item.
Namespace:
Independentsoft.Exchange
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic Response DeleteItem(
ItemId itemId,
AffectedTaskOccurrences affectedTaskOccurrences
)
Public Function DeleteItem (
itemId As ItemId,
affectedTaskOccurrences As AffectedTaskOccurrences
) As Response
Parameters
- itemId
- Type: Independentsoft.ExchangeItemId
The ID of the item to delete. - affectedTaskOccurrences
- Type: Independentsoft.ExchangeAffectedTaskOccurrences
Indicates which instance of a recurring task should be deleted.
Return Value
Type:
ResponseDeletion result.
See Also